func internal/strconv.bool2uint
5 uses
internal/strconv (current package)
ftoafixed.go#L108: dt = bool2uint(lo1|lo0 != 0)
ftoafixed.go#L121: dt |= bool2uint(dm&(1<<shift-1) != 0)
ftoafixed.go#L134: dt |= bool2uint(r != 0)
ftoafixed.go#L145: dt |= bool2uint(r != 0)
math.go#L60: func bool2uint(b bool) uint {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |